Description
Fires in uninstall_plugin() once the plugin has been uninstalled. The action concatenates the 'uninstall_' prefix with the basename of the plugin passed to uninstall_plugin() to create a dynamically-named action.
Occurrences
Filename | Line Number |
---|---|
wp-admin/includes/plugin.php | 1338 |
PHP Doc
/**
* Fires in uninstall_plugin() once the plugin has been uninstalled.
*
* The action concatenates the 'uninstall_' prefix with the basename of the
* plugin passed to uninstall_plugin() to create a dynamically-named action.
*
* @since 2.7.0
*/